home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / packet / terminal / dp410 / modem.xxx < prev    next >
Encoding:
Text File  |  1994-10-02  |  584 b   |  23 lines

  1. #leave the parameters in the given order!
  2. # PORT BAUD RESET INIT DIAL CONNECT TIME SWITCHBAUD OFFHOOK
  3. #
  4. # SWITCHBAUD is used with older Modems that will signalize a Baud
  5. # rate change after a connect (such as CONNECT 1200). Then, DP will
  6. # read the new baudrate (1200) and set the rs232 with this value.
  7. # This is not required with modern modems, there you should set 
  8. # SWITCHBAUD OFF ...
  9. # Midi-PORT is 3
  10. #
  11. #
  12. # usually, PORT will be 1 (MODEM1)
  13. PORT 3
  14. BAUD 2400
  15. SWITCHBAUD ON
  16. RESET ATZ
  17. INIT ATS0=2
  18. DIAL ATM3X4L1DP
  19. CONNECT CONNECT
  20. ERROR NO CARRIER
  21. OFFHOOK ATH0
  22.  
  23.